Welcome![Sign In][Sign Up]
Location:
Search - matrix multiply

Search list

[assembly language矩阵连乘问题

Description: 用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
Platform: | Size: 2048 | Author: | Hits:

[Mathimatics-Numerical algorithms矩阵连乘

Description: 用动态规划解矩阵连乘问题-use dynamic programming solution matrix continually multiply problems
Platform: | Size: 828416 | Author: 李文涛 | Hits:

[Other动态规划----矩阵连乘问题

Description: 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the known clusters.
Platform: | Size: 26624 | Author: 莫非 | Hits:

[AlgorithmC++matrix

Description: C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
Platform: | Size: 9216 | Author: 杨文海 | Hits:

[Data structsMatrix

Description: 1. 创建一个十字矩阵 2. 进行十字矩阵的相加 3. 进行十字矩阵的相乘 4. 进行十字矩阵的转置操作 -1. To create a cross matrix 2. For the sum of cross matrix 3. To carry out cross matrix multiply 4. To carry out cross matrix transpose operation
Platform: | Size: 7168 | Author: kobe | Hits:

[Algorithmomp_mm

Description: 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
Platform: | Size: 1024 | Author: danielwood | Hits:

[DSP programtwo-matrix-multiply-via-CCS

Description: 谈静艳(645564194) 11:26:50 航天二院新增一个项目小组: 207所 微波室 硬件组 信息与通信工程 硕士 1-2人 实习内容为射频系统联调 请有意向的同学今天将姓名,班级反馈给我。并自行准备好简历和3分钟的自我介绍,明天一起参加航天二院的面试。-Talk jing yan (645564194) 11:26:50 Space Second homes add a project team: Room 207 microwave hardware group Master of Information and Communication Engineering Internship 1-2 people says FBI RF system, please have the intention of the students today will be the name of , Class feedback to me. And prepare their own curriculum vitae and a good 3-minute self-introduction, space tomorrow to join the Second House of the interview.
Platform: | Size: 4096 | Author: 臧寿鸿 | Hits:

[JSP/Javamatrix

Description: (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-(1) design and preparation on behalf of Matrix Class Matrix. Including the ranks of such matrices int rows and the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of a certain element method getData (int row, int col), set the value of a certain element method setData (int row, int col, double value), the product of two matrices calculation method multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 7168 | Author: fangfei | Hits:

[DSP programdsp_matrix_mul

Description: dsp矩阵相乘函数,使用环境CCS,dsp矩阵相乘函数,使用环境CCS-DSP matrix multiply function, use enviroment is ccs
Platform: | Size: 366592 | Author: 唐军 | Hits:

[Graph programefficient_registration

Description: 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsampling by a matrix-multiply DFT (discrete FT) to dramatically reduce computation time and memory without sacrificing accuracy
Platform: | Size: 5120 | Author: wangwei | Hits:

[AlgorithmMatrix

Description: 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。-Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static method and examples of ways to transpose the matrix, respectively, the static design methods and examples of methods to achieve the sum of two matrices, multiply. Rewrite the method toString (), so that it can output this matrix.
Platform: | Size: 1024 | Author: 5235668 | Hits:

[Mathimatics-Numerical algorithmssparse.matrix.algorithms

Description: 介绍有关稀疏矩阵的相关算法,包括稀疏矩阵相乘,相加-On the sparse matrix algorithms, including sparse matrix multiply, add, etc.
Platform: | Size: 2048 | Author: 王风 | Hits:

[Windows Developmultiply

Description: 《算法设计》中的多项式相乘问题的源码(矩阵表示的)-" Algorithm design" in the question of polynomial multiplication source (the matrix)
Platform: | Size: 2048 | Author: 李刚锐 | Hits:

[Data structsmatrix

Description: matrix multiply and sum
Platform: | Size: 1024 | Author: grzessy | Hits:

[JSP/JavaMatrix

Description: Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-Matrix class. This class includes matrix, int rows, and the ranks of the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of an element methods getData (int row, int col), set the value of an element methods setData (int row, int col, double value), the calculation method of the product of two matrices multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 1024 | Author: 艾枫 | Hits:

[MPIMatrix_Matrix

Description: Matrix x Matrix multiply using MPI
Platform: | Size: 1258496 | Author: serfer | Hits:

[MPIopenmp

Description: openmp实现矩阵乘法,采用行列分解算法-openmp matrix multiply openmp matrix multiply
Platform: | Size: 2048 | Author: li | Hits:

[MPImatrix_multi_usingmpi

Description: matrix multiply using mpi
Platform: | Size: 1024 | Author: sddas | Hits:

[Othermatrix-multiply

Description: n个矩阵相乘,用动态规划的算法使得矩阵相乘所用的步骤最少,即选择合适的矩阵结合方式进行- the matrix multiply with the least steps
Platform: | Size: 163840 | Author: sennia | Hits:

[Othermatrix multiply

Description: Matrix multiply on cuda GPU
Platform: | Size: 12288 | Author: mahmoudk | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net